Catalyst / admin/Synapse-Sonar 14.8 GB / 57.8 GB 40.0 GB free
Help Sign in

admin / Synapse-Sonar

public

Attack Surface Simulation

Code Issues Pull requests Pipelines Packages Security Insights Wiki Settings
Synapse-Sonar / synapse-sonar / app / invite / [token] / page.tsx 179 B · main
1
2
3
4
5
import InviteAccept from "@/components/InviteAccept";

export default function Page({ params }: { params: { token: string } }) {
  return <InviteAccept token={params.token} />;
}